From: umherirrender Date: Mon, 28 Jul 2014 17:04:51 +0000 (+0200) Subject: Specifiy mixed doc param in FSFile X-Git-Tag: 1.31.0-rc.0~14719^2 X-Git-Url: http://git.cyclocoop.org/%28%5B%5E/404?a=commitdiff_plain;h=5fa2717c67592302853881cc098ac0ff50d937d5;p=lhc%2Fweb%2Fwiklou.git Specifiy mixed doc param in FSFile Change-Id: I406e46da6ece2e2f9436783a0280afa7cfa9807c --- diff --git a/includes/filebackend/FSFile.php b/includes/filebackend/FSFile.php index 29fa875d59..47bacb5304 100644 --- a/includes/filebackend/FSFile.php +++ b/includes/filebackend/FSFile.php @@ -98,7 +98,7 @@ class FSFile { * Get an associative array containing information about * a file with the given storage path. * - * @param mixed $ext The file extension, or true to extract it from the filename. + * @param string|bool $ext The file extension, or true to extract it from the filename. * Set it to false to ignore the extension. * * @return array @@ -238,7 +238,7 @@ class FSFile { * Get an associative array containing information about a file in the local filesystem. * * @param string $path Absolute local filesystem path - * @param mixed $ext The file extension, or true to extract it from the filename. + * @param string|bool $ext The file extension, or true to extract it from the filename. * Set it to false to ignore the extension. * @return array */